crypto/aes.aesCipher.enc (field)
7 uses
crypto/aes (current package)
aes_gcm.go#L55: g := &gcmAsm{ks: c.enc, nonceSize: nonceSize, tagSize: tagSize}
cipher.go#L18: enc []uint32
cipher.go#L48: expandKeyGo(key, c.enc, c.dec)
cipher.go#L64: encryptBlockGo(c.enc, dst, src)
cipher_asm.go#L49: expandKeyAsm(rounds, &key[0], &c.enc[0], &c.dec[0])
cipher_asm.go#L68: encryptBlockAsm(len(c.enc)/4-1, &c.enc[0], &dst[0], &src[0])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)